@charset "UTF-8";
/* Settings
==================================================*/
/* depreciated */
/* Fonts
==================================================*/
h1,
.text-h1 {
    font-size: clamp(2.6rem, 1.5rem + 3vw, 4.3rem); /* 42–69px */
    font-weight: 700;
    line-height: 1.2;
}

h2,
.text-h2 {
    font-size: clamp(2rem, 1.2rem + 2.5vw, 3.4375rem); /* 32–55px */
    font-weight: 700;
    line-height: 1.2;
}

h3,
.text-h3 {
    font-size: clamp(1.6rem, 1rem + 2vw, 2.75rem); /* 26–44px (anchor) */
    font-weight: 700;
    line-height: 1.3;
}

h4,
.text-h4 {
    font-size: clamp(1.3rem, 0.9rem + 1.5vw, 2.2rem); /* 21–35px */
    font-weight: 500;
    line-height: 1.3;
}

h5,
.text-h5 {
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
    font-weight: 500;
    line-height: 1.4;
}

h6,
.text-h6 {
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem); /* 16–22px */
    font-weight: 400;
    line-height: 1.5;
}

p,
li {
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.125rem); /* 16–18px */
    font-weight: 400;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
li {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: none;
}

/* Colors
==================================================*/
/* Global
==================================================*/
html {
    scroll-padding-top: 220px !important;
}
@media (max-width: 767px) {
    html {
        scroll-padding-top: 280px !important;
    }
}

#main .footer {
    display: flex;
    justify-content: center;
    margin-top: 2rem;
}

/* Hero (Small)
==================================================*/
.hero-small {
    min-height: 350px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 4rem;
    background: transparent url("https://tdwi.org/~/media/TDWI/TDWI Global/AI Impact/assets/aiimpactawardsbackground.jpg") no-repeat center/cover;
    text-align: center;
    position: relative;
    z-index: 1;
}
@media (max-width: 991px) {
    .hero-small {
        padding: 2rem;
    }
}
.hero-small::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1;
}
.hero-small img {
    width: 550px;
    max-width: 100%;
    filter: brightness(0) saturate(100%) invert(100%) sepia(83%) saturate(0%) hue-rotate(215deg) brightness(101%) contrast(102%);
}

/* Intro
==================================================*/
.intro h3 {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    font-weight: 900;
    text-align: center;
    color: #121212;
}
@media (min-width: 992px) {
    .intro .two-column {
        grid-template-columns: 1fr auto;
        align-items: center;
    }
}
.intro__left p.sub-head {
    margin-bottom: 1.5rem;
}
.intro__left h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
    font-weight: 700;
    color: #1b4692;
}
.intro__right img {
    display: block;
    width: 100%;
    max-width: 650px;
    height: auto;
    margin: 0 auto;
    border-radius: 1rem;
    box-shadow: 0 3px 6px rgba(18, 18, 18, 0.125);
}
@media (max-width: 1200px) {
    .intro__right img {
        max-width: 450px;
    }
}
@media (max-width: 991px) {
    .intro__right img {
        max-width: unset;
    }
}
.intro .footer {
    display: table;
    margin: 2rem auto 0 auto;
}

/* Looking For
==================================================*/
.looking-for h3[id*="h3Header"],
.looking-for h3[id*="h3Intro"],
.looking-for p.sub-head {
    text-align: center;
}
.looking-for {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .looking-for {
        padding: 40px 20px;
    }
}
.looking-for {
    background: linear-gradient(135deg, #1b4692 0%, #964069 100%);
    color: #fff;
}
.looking-for h3 {
    margin-top: 0 !important;
    font-weight: 900;
    color: #fff;
}
.looking-for .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.looking-for .summary p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: #f0f0f0;
}
.looking-for .summary h4 {
    margin-bottom: 0.5rem;
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem); /* 18–28px */
    font-weight: 700;
    color: #f0f0f0;
}
.looking-for .summary ul {
    margin-bottom: 2rem;
}
.looking-for .summary ul li {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
    color: #f0f0f0;
}
.looking-for .summary ul li::marker {
    font-size: 1.5rem;
    align-content: center;
    color: #964069;
}

/* Dates & Deadlines
==================================================*/
.dates-and-deadlines h3[id*="h3Header"],
.dates-and-deadlines h3[id*="h3Intro"],
.dates-and-deadlines p.sub-head,
.formats-and-locations h3[id*="h3Header"],
.formats-and-locations h3[id*="h3Intro"],
.formats-and-locations p.sub-head {
    text-align: center;
}
.dates-and-deadlines,
.formats-and-locations {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .dates-and-deadlines,
    .formats-and-locations {
        padding: 40px 20px;
    }
}
.dates-and-deadlines,
.formats-and-locations {
    background-color: #fff;
}
.dates-and-deadlines h3,
.formats-and-locations h3 {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    font-weight: 900;
    color: #1b4692;
}
.dates-and-deadlines .summary,
.formats-and-locations .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.dates-and-deadlines__table,
.formats-and-locations__table {
    width: 100%;
    margin-bottom: 2rem;
    border-collapse: separate;
    border-spacing: 0;
    border: 1px solid #f0f0f0;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    box-shadow:
        0 4px 6px -1px rgba(18, 18, 18, 0.1),
        0 2px 4px -1px rgba(18, 18, 18, 0.06);
}
.dates-and-deadlines__table th,
.dates-and-deadlines__table td,
.formats-and-locations__table th,
.formats-and-locations__table td {
    padding: 0.95rem 1rem;
    border-bottom: 1px solid #f0f0f0;
    text-align: left;
    vertical-align: top;
}
.dates-and-deadlines__table tbody tr:last-child th,
.dates-and-deadlines__table tbody tr:last-child td,
.formats-and-locations__table tbody tr:last-child th,
.formats-and-locations__table tbody tr:last-child td {
    border-bottom: 0;
}
.dates-and-deadlines__table tbody tr:nth-child(odd) th,
.dates-and-deadlines__table tbody tr:nth-child(odd) td,
.formats-and-locations__table tbody tr:nth-child(odd) th,
.formats-and-locations__table tbody tr:nth-child(odd) td {
    background: #fff;
}
.dates-and-deadlines__table tbody tr:nth-child(even) th,
.dates-and-deadlines__table tbody tr:nth-child(even) td,
.formats-and-locations__table tbody tr:nth-child(even) th,
.formats-and-locations__table tbody tr:nth-child(even) td {
    background: rgb(242.55, 242.55, 242.55);
}
.dates-and-deadlines__table-title,
.formats-and-locations__table-title {
    padding: 0.95rem 1.1rem !important;
    background: linear-gradient(135deg, #1b4692 0%, rgb(20.6323699422, 53.4913294798, 111.5676300578) 100%);
    color: #fff;
    text-align: center !important;
    font-size: clamp(1rem, 0.9rem + 0.4vw, 1.2rem);
    font-weight: 700;
    letter-spacing: 0.01em;
}
.dates-and-deadlines__table-head th,
.formats-and-locations__table-head th {
    background: #f0f0f0;
    color: #393e41;
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    font-weight: 700;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.dates-and-deadlines__table-head th:first-child,
.formats-and-locations__table-head th:first-child {
    width: 50%;
}
.dates-and-deadlines__table-head th:nth-child(2),
.formats-and-locations__table-head th:nth-child(2) {
    width: 20%;
}
.dates-and-deadlines__table-head th:last-child,
.formats-and-locations__table-head th:last-child {
    width: 30%;
}
.dates-and-deadlines tbody th[scope="row"],
.dates-and-deadlines tbody td,
.formats-and-locations tbody th[scope="row"],
.formats-and-locations tbody td {
    font-weight: 600;
}
.dates-and-deadlines tbody th[scope="row"] a,
.dates-and-deadlines tbody td a,
.formats-and-locations tbody th[scope="row"] a,
.formats-and-locations tbody td a {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin-top: 0.5rem;
    color: #964069;
}
@media (max-width: 991px) {
    .dates-and-deadlines__table > thead,
    .dates-and-deadlines__table > tbody,
    .dates-and-deadlines__table > thead > tr,
    .dates-and-deadlines__table > tbody > tr,
    .dates-and-deadlines__table > thead > tr > th,
    .dates-and-deadlines__table > tbody > tr > th,
    .dates-and-deadlines__table > tbody > tr > td,
    .formats-and-locations__table > thead,
    .formats-and-locations__table > tbody,
    .formats-and-locations__table > thead > tr,
    .formats-and-locations__table > tbody > tr,
    .formats-and-locations__table > thead > tr > th,
    .formats-and-locations__table > tbody > tr > th,
    .formats-and-locations__table > tbody > tr > td {
        display: block;
        width: 100%;
    }
    .dates-and-deadlines__table > thead > tr,
    .dates-and-deadlines__table > tbody > tr,
    .formats-and-locations__table > thead > tr,
    .formats-and-locations__table > tbody > tr {
        margin: 0;
    }
    .dates-and-deadlines__table > thead > tr:not(:first-child),
    .formats-and-locations__table > thead > tr:not(:first-child) {
        display: none;
    }
    .dates-and-deadlines__table > tbody > tr,
    .formats-and-locations__table > tbody > tr {
        border-bottom: 1px solid #f0f0f0;
    }
    .dates-and-deadlines__table > tbody > tr:last-child,
    .formats-and-locations__table > tbody > tr:last-child {
        border-bottom: 0;
    }
    .dates-and-deadlines__table > tbody > tr > th,
    .dates-and-deadlines__table > tbody > tr > td,
    .formats-and-locations__table > tbody > tr > th,
    .formats-and-locations__table > tbody > tr > td {
        border-bottom: 0;
        padding: 0.6rem 0.9rem;
    }
    .dates-and-deadlines__table-title,
    .formats-and-locations__table-title {
        border-bottom: 1px solid #f0f0f0 !important;
    }
    .dates-and-deadlines tbody th[scope="row"],
    .dates-and-deadlines tbody td,
    .formats-and-locations tbody th[scope="row"],
    .formats-and-locations tbody td {
        font-size: 1rem;
    }
    .dates-and-deadlines tbody th[scope="row"],
    .formats-and-locations tbody th[scope="row"] {
        padding-bottom: 0.2rem;
    }
    .dates-and-deadlines tbody td::before,
    .formats-and-locations tbody td::before {
        content: attr(data-label);
        display: block;
        margin-bottom: 0.15rem;
        color: #393e41;
        text-transform: uppercase;
        font-size: 0.72rem;
        letter-spacing: 0.08em;
        font-weight: 700;
    }
}

.formats-and-locations {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .formats-and-locations {
        padding: 40px 20px;
    }
}
.formats-and-locations {
    background-color: #fff;
}

.formats-and-locations--locations .dates-and-deadlines__table-head th:first-child,
.formats-and-locations--locations .dates-and-deadlines__table-head th:nth-child(2),
.formats-and-locations--locations .dates-and-deadlines__table-head th:last-child {
    width: 50%;
}

/* Attend AI Impact
==================================================*/
.attend-ai-impact {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .attend-ai-impact {
        padding: 40px 20px;
    }
}
.attend-ai-impact {
    background-color: #f0f0f0;
}
.attend-ai-impact h3 {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    font-weight: 900;
    text-align: center;
    color: #121212;
}
.attend-ai-impact .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.attend-ai-impact__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.5rem;
}
@media (min-width: 1200px) {
    .attend-ai-impact__grid > .attend-ai-impact__card:last-child:nth-child(3n + 1):not(:first-child) {
        grid-column: 2;
    }
}
@media (max-width: 1199px) {
    .attend-ai-impact__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (min-width: 768px) and (max-width: 1199px) {
    .attend-ai-impact__grid > .attend-ai-impact__card:last-child:nth-child(odd):not(:first-child) {
        grid-column: 1/-1;
        width: 100%;
        max-width: calc((100% - 1.5rem) / 2);
        justify-self: center;
    }
}
@media (max-width: 767px) {
    .attend-ai-impact__grid {
        grid-template-columns: 1fr;
    }
}
.attend-ai-impact__card {
    --attend-accent: #1b4692;
    --attend-accent-border: rgba(27, 70, 146, 0.18);
    --attend-accent-soft: rgba(27, 70, 146, 0.06);
    display: flex;
    flex-direction: column;
    min-height: 100%;
    border-top: 8px solid var(--attend-accent);
    background: #fff;
    box-shadow:
        0 4px 8px rgba(18, 18, 18, 0.08),
        0 12px 24px rgba(18, 18, 18, 0.06);
}
.attend-ai-impact__card--audience {
    --attend-accent: #1b4692;
    --attend-accent-border: rgba(27, 70, 146, 0.18);
    --attend-accent-soft: rgba(27, 70, 146, 0.06);
}
.attend-ai-impact__card--why {
    --attend-accent: #964069;
    --attend-accent-border: rgba(150, 64, 105, 0.2);
    --attend-accent-soft: rgba(150, 64, 105, 0.07);
}
.attend-ai-impact__card--awards {
    --attend-accent: #121212;
    --attend-accent-border: rgba(18, 18, 18, 0.16);
    --attend-accent-soft: rgba(18, 18, 18, 0.04);
}
.attend-ai-impact__card-title {
    text-wrap: wrap;
}
@supports (text-wrap: balance) {
    .attend-ai-impact__card-title {
        text-wrap: balance;
    }
}
.attend-ai-impact__card-title {
    margin: 0;
    padding: 1.4rem 1.25rem 1rem;
    background-color: var(--attend-accent-soft);
    border-bottom: 1px solid var(--attend-accent-border);
    font-size: clamp(1.08rem, 0.92rem + 0.35vw, 1.38rem);
    line-height: 1.1;
    font-weight: 900;
    color: var(--attend-accent);
}
.attend-ai-impact__card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.35rem 1.5rem 1.5rem;
}
.attend-ai-impact__card-body p,
.attend-ai-impact__card-body ul {
    margin: 0;
}
.attend-ai-impact__card-body li {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
    color: #393e41;
}
.attend-ai-impact__card-body li::marker {
    font-size: 1.5rem;
    align-content: center;
    color: var(--attend-accent);
}
.attend-ai-impact__card--why .attend-ai-impact__card-body > ul {
    margin-left: 0.75rem !important;
}

/* Awards and Recognition
==================================================*/
.awards-and-recognition {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .awards-and-recognition {
        padding: 40px 20px;
    }
}
.awards-and-recognition {
    background-color: #f0f0f0;
}
.awards-and-recognition h3 {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    font-weight: 900;
    text-align: center;
    color: #121212;
}
.awards-and-recognition .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.awards-and-recognition__grid {
    display: grid;
    gap: 1.5rem;
}
.awards-and-recognition__card {
    --awards-accent: #1b4692;
    --awards-accent-border: rgba(27, 70, 146, 0.18);
    --awards-accent-soft: rgba(27, 70, 146, 0.06);
    display: grid;
    grid-template-columns: minmax(220px, 280px) minmax(0, 1fr);
    align-items: stretch;
    min-height: 100%;
    border-left: 8px solid var(--awards-accent);
    background: #fff;
    box-shadow:
        0 4px 8px rgba(18, 18, 18, 0.08),
        0 12px 24px rgba(18, 18, 18, 0.06);
}
@media (max-width: 991px) {
    .awards-and-recognition__card {
        grid-template-columns: 1fr;
    }
}
.awards-and-recognition__card--regional {
    --awards-accent: #1b4692;
    --awards-accent-border: rgba(27, 70, 146, 0.18);
    --awards-accent-soft: rgba(27, 70, 146, 0.06);
}
.awards-and-recognition__card--national {
    --awards-accent: #964069;
    --awards-accent-border: rgba(150, 64, 105, 0.2);
    --awards-accent-soft: rgba(150, 64, 105, 0.07);
}
.awards-and-recognition__card--benefits {
    --awards-accent: #121212;
    --awards-accent-border: rgba(18, 18, 18, 0.16);
    --awards-accent-soft: rgba(18, 18, 18, 0.04);
}
.awards-and-recognition__card-title {
    text-wrap: wrap;
}
@supports (text-wrap: balance) {
    .awards-and-recognition__card-title {
        text-wrap: balance;
    }
}
.awards-and-recognition__card-title {
    margin: 0;
    display: flex;
    align-items: center;
    min-height: 100%;
    padding: 1.5rem;
    background-color: var(--awards-accent-soft);
    border-right: 1px solid var(--awards-accent-border);
    font-size: clamp(1.2rem, 1rem + 0.55vw, 1.55rem);
    font-weight: 900;
    text-align: left;
    color: var(--awards-accent);
}
@media (max-width: 991px) {
    .awards-and-recognition__card-title {
        padding: 1.25rem 1.25rem 1rem;
        border-right: 0;
        border-bottom: 1px solid var(--awards-accent-border);
        text-align: center;
    }
}
.awards-and-recognition__card-body {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    padding: 1.35rem 1.6rem;
}
@media (max-width: 991px) {
    .awards-and-recognition__card-body {
        padding: 1.25rem;
    }
}
.awards-and-recognition__card-body p,
.awards-and-recognition__card-body ul {
    margin: 0;
}
.awards-and-recognition__card-body li {
    margin-left: 0.75rem;
    padding-left: 0.75rem;
    color: #393e41;
}
.awards-and-recognition__card-body li::marker {
    font-size: 1.5rem;
    align-content: center;
    color: var(--awards-accent);
}
.awards-and-recognition__application {
    text-wrap: wrap;
}
@supports (text-wrap: balance) {
    .awards-and-recognition__application {
        text-wrap: balance;
    }
}
.awards-and-recognition__application {
    margin-top: 2rem;
    text-align: center;
    color: #121212;
}

/* Eligibility and Rules
==================================================*/
.eligibility-and-rules h3[id*="h3Header"],
.eligibility-and-rules h3[id*="h3Intro"],
.eligibility-and-rules p.sub-head {
    text-align: center;
}
.eligibility-and-rules {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .eligibility-and-rules {
        padding: 40px 20px;
    }
}
.eligibility-and-rules {
    background-color: #fff;
}
.eligibility-and-rules h3[id*="h3Header"] {
    margin-top: 0 !important;
    margin-bottom: 2.5rem !important;
    font-weight: 900;
}
.eligibility-and-rules .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1000px;
}
.eligibility-and-rules__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    margin-left: 0 !important;
}
@media (max-width: 991px) {
    .eligibility-and-rules__list {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
}
.eligibility-and-rules__item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
}
@media (min-width: 992px) {
    .eligibility-and-rules__item:last-child:nth-child(odd) {
        grid-column: 1/-1;
        justify-self: center;
        width: 100%;
        max-width: 484px;
    }
}
.eligibility-and-rules__icon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 9999px;
    background: linear-gradient(135deg, #1b4692, #964069);
}
.eligibility-and-rules__icon i {
    padding: 1rem;
    font-size: 1.5rem;
    color: #fff;
}
@media (max-width: 767px) {
    .eligibility-and-rules__icon i {
        padding: 0.75rem;
    }
}
.eligibility-and-rules__text {
    font-weight: 500;
}
@media (min-width: 992px) {
    .eligibility-and-rules__text {
        font-size: 20px;
    }
}
.eligibility-and-rules .footer {
    margin-top: 2.5rem !important;
}

/* Apply Now
==================================================*/
.apply-now {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .apply-now {
        padding: 40px 20px;
    }
}
.apply-now {
    background-color: #1b4692;
}
.apply-now .summary {
    max-width: 1300px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 0 auto;
}
@media (max-width: 991px) {
    .apply-now .summary {
        flex-direction: column;
    }
}
.apply-now__right {
    flex: 0 0 auto;
}
.apply-now__right .btn {
    white-space: nowrap;
}
.apply-now__left {
    min-width: 0;
    flex: 1 1 auto;
}
@media (max-width: 991px) {
    .apply-now__left {
        text-align: center;
    }
}
.apply-now__left h3 {
    font-weight: 900;
    color: #fff;
}
.apply-now__left p.sub-head {
    margin-top: 1rem;
    margin-bottom: 0 !important;
    color: #f0f0f0;
    text-wrap: pretty !important;
}
.apply-now__left p.sub-head a {
    color: #f0f0f0;
}

/* Register by City
==================================================*/
.register-by-city h3[id*="h3Header"],
.register-by-city h3[id*="h3Intro"],
.register-by-city p.sub-head {
    text-align: center;
}
.register-by-city {
    padding: 80px 40px;
}
@media (max-width: 767px) {
    .register-by-city {
        padding: 40px 20px;
    }
}
.register-by-city {
    background-color: #fff;
}
.register-by-city h3 {
    margin-top: 0 !important;
    font-weight: 900;
}
.register-by-city .summary {
    max-width: 1366px;
    margin: 0 auto;
    max-width: 1440px !important;
}
.register-by-city .summary p.sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.register-by-city__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
    margin-top: 2rem;
}
@media (max-width: 1199px) {
    .register-by-city__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 767px) {
    .register-by-city__grid {
        grid-template-columns: 1fr;
    }
}
.register-by-city__card {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    text-align: left;
    background: #fff;
    border-radius: 1rem;
    border: 1px solid rgba(27, 70, 146, 0.12);
    box-shadow:
        0 4px 8px rgba(18, 18, 18, 0.08),
        0 12px 24px rgba(18, 18, 18, 0.06);
    transition:
        transform 250ms ease,
        box-shadow 250ms ease;
}
.register-by-city__card:hover,
.register-by-city__card:focus-within {
    transform: translateY(-2px);
    box-shadow:
        0 10px 18px rgba(18, 18, 18, 0.1),
        0 18px 34px rgba(18, 18, 18, 0.08);
}
.register-by-city__card:hover .register-by-city__card-image img,
.register-by-city__card:focus-within .register-by-city__card-image img {
    filter: grayscale(0%);
    transform: scale(1.02);
}
.register-by-city__card-image {
    height: 210px;
    background-color: #f0f0f0;
    border-bottom: 1px solid rgba(27, 70, 146, 0.12);
    overflow: hidden;
}
@media (max-width: 1199px) {
    .register-by-city__card-image {
        height: 220px;
    }
}
@media (max-width: 767px) {
    .register-by-city__card-image {
        height: 240px;
    }
}
.register-by-city__card-image img {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    filter: grayscale(100%);
    transition:
        filter 250ms ease,
        transform 350ms ease;
}
.register-by-city__card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1.25rem 1.25rem 1.35rem;
}
@media (max-width: 991px) {
    .register-by-city__card-body {
        padding: 1.25rem 1.35rem;
    }
}
.register-by-city__card-title {
    text-wrap: wrap;
}
@supports (text-wrap: balance) {
    .register-by-city__card-title {
        text-wrap: balance;
    }
}
.register-by-city__card-title {
    margin: 0;
    font-size: clamp(1.22rem, 1rem + 0.45vw, 1.55rem);
    font-weight: 700;
    color: #1b4692;
}
.register-by-city__card-date {
    margin: 0.5rem 0 1rem;
    font-size: clamp(1rem, 0.92rem + 0.15vw, 1.08rem);
    font-weight: 700;
    color: #393e41;
}
.register-by-city__card-action {
    margin-top: auto;
    padding-top: 0.25rem;
}
.register-by-city__card-action .btn {
    white-space: nowrap;
}

/* Sponsorship
==================================================*/
.sponsorship {
    text-align: center;
}
.sponsorship h3[id*="h3Header"] {
    font-weight: 900;
    margin-top: 0 !important;
}
.sponsorship .summary {
    max-width: 1366px;
    margin: 0 auto;
}
.sponsorship .sub-head {
    margin-top: 1rem;
    margin-bottom: 3rem;
}
.sponsorship .two-column {
    width: -moz-fit-content;
    width: fit-content;
    grid-template-columns: 1fr;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.sponsorship__left {
    display: none;
}
.sponsorship__left img {
    display: block;
    width: 100%;
    max-width: 200px;
    aspect-ratio: 1;
    border-radius: 50%;
    border: 4px solid #f0f0f0;
}
.sponsorship__right {
    text-align: center;
}
.sponsorship h4 {
    font-size: clamp(1.1rem, 0.8rem + 1vw, 1.75rem);
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #1b4692;
}
.sponsorship__title {
    margin-bottom: 0.75rem;
    font-weight: 500;
    color: #393e41;
}
.sponsorship__email {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.625rem;
}
.sponsorship__email i {
    font-size: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    color: #1b4692;
}
.sponsorship__email a {
    font-weight: 500;
    color: #121212;
}
@media (max-width: 991px) {
    .sponsorship .two-column {
        width: 100%;
        grid-template-columns: 1fr;
    }
    .sponsorship__left img {
        margin: 0 auto;
    }
    .sponsorship__right {
        text-align: center;
    }
    .sponsorship__email {
        justify-content: center;
    }
} /*# sourceMappingURL=ai-impact-styles_dev.css.map */
